home *** CD-ROM | disk | FTP | other *** search
- on startRot
- global nappi_sprite, to_be_sprite, roller, roll_sprite_now, to_be_roll_frame
- HideInstruments()
- set the locH of sprite nappi_sprite to 459
- if roll_sprite_now < to_be_roll_frame then
- set roller to 1
- else
- set roller to -1
- end if
- end
-
- on HideInstruments
- set the member of sprite 110 to member "null_1" of castLib "soho_instruments"
- set the member of sprite 111 to member "txt_null" of castLib "soho_instruments"
- set f to 20
- repeat while f < 32
- set the visible of sprite f to 0
- set the visible of sprite (f + 20) to 0
- set the visible of sprite (f + 40) to 0
- set the visible of sprite (f + 60) to 0
- set f to f + 1
- end repeat
- end
-
- on HideInstrumentsJustThePic
- set f to 20
- remove_nappi()
- repeat while f < 32
- set the visible of sprite f to 0
- set the visible of sprite (f + 40) to 0
- set the visible of sprite (f + 60) to 0
- set f to f + 1
- end repeat
- end
-